From 2528bfc1783292cd933bcdf628a96f67f6b4a496 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 2 May 2016 20:25:05 -0400 Subject: [PATCH] Remove unused Python imports. --- src/etc/download.py | 1 - src/etc/install-deps.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/etc/download.py b/src/etc/download.py index d61e9fa8f..5ef0df34e 100644 --- a/src/etc/download.py +++ b/src/etc/download.py @@ -1,6 +1,5 @@ import contextlib import os -import shutil import subprocess import sys import tarfile diff --git a/src/etc/install-deps.py b/src/etc/install-deps.py index 05f60e5c7..ad0ba38c1 100644 --- a/src/etc/install-deps.py +++ b/src/etc/install-deps.py @@ -1,11 +1,9 @@ #!/usr/bin/env python -import contextlib import download import os import shutil import sys -import tarfile if os.environ.get('BITS') == '32': host_bits = 'i686' -- 2.30.2